diff options
| author | Factiven <[email protected]> | 2023-09-21 12:28:37 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-21 12:28:37 +0700 |
| commit | f21d2643386cff52cc360dc6962847c8a0bc3df1 (patch) | |
| tree | 0af6bf1e3e78a330d9bc4051c4a0ffdc800feac2 /pages/en/manga/read/[...params].js | |
| parent | Update v4.0.3 (diff) | |
| download | moopa-4.0.4.tar.xz moopa-4.0.4.zip | |
Update v4.0.4v4.0.4
Diffstat (limited to 'pages/en/manga/read/[...params].js')
| -rw-r--r-- | pages/en/manga/read/[...params].js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pages/en/manga/read/[...params].js b/pages/en/manga/read/[...params].js index faebcd6..b71f8a7 100644 --- a/pages/en/manga/read/[...params].js +++ b/pages/en/manga/read/[...params].js @@ -41,8 +41,6 @@ export default function Read({ data, currentId, sessions }) { const router = useRouter(); - // console.log(cookies); - useEffect(() => { hasRun.current = false; }, [currentId]); @@ -212,8 +210,9 @@ export default function Read({ data, currentId, sessions }) { <RightBar id={info?.id} hasRun={hasRun} + error={data?.error} session={sessions} - data={chapter} + data={data} currentId={currentId} currentChapter={currentChapter} layout={layout} |